home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2008 #18 / KCD200818.ISO / GOM Player / GOMPLAYERENSETUP.EXE / SettingSkin / skin.xml < prev   
Extensible Markup Language  |  2006-10-18  |  3KB  |  38 lines

  1. <?xml version="1.0" encoding="EUC-KR" ?>
  2.  
  3. <GXSkin>
  4.     <!-- bkgnd -->
  5.     <SkinWindow BkgndImage = "" BkgndType = "tile" ResizeBorder="0" 
  6.         ClientCaption="0" PopupWindow="0" ActAsControl="1" Debug="0" Width="531" Height="416" >
  7.  
  8.         <PreDefine>
  9.             <Font FontName="BUTTONFONT"    FaceName="DefaultGUIFont" Size="9" Bold="0" />
  10.         </PreDefine>
  11.  
  12.         <!-- control defines -->
  13.         <ControlDefine>
  14.  
  15.             <!-- main border -->
  16.             <StaticControl StaticControlType="color" ControlColor="#7F9DB9" Align="client" Gaps="0,0,0,0">
  17.                 <!-- client area -->
  18.                 <StaticControl StaticControlType="color" ControlColor="white" Align="client" Gaps="1,1,1,1">
  19.  
  20.                     <StaticControl StaticControlType="transparent" Align="client" Gaps="5,3,5,0" >
  21.                         <ButtonControl CID="IDC_BUTTON0" Text="" ButtonControlType="framebitmap" Image="buttonframe.bmp" Split="-3" ControlColor="white" Align="top" Height="30" TextAlign="vcenter,hcenter,singleline" InnerGaps="0,0,0,0" Gaps="0,2,0,2" UseGDT="0" FontName="BUTTONFONT" />
  22.                         <ButtonControl CID="IDC_BUTTON1" Text="" ButtonControlType="framebitmap" Image="buttonframe.bmp" Split="-3" ControlColor="white" Align="top" Height="30" TextAlign="vcenter,hcenter,singleline" InnerGaps="0,0,0,0" Gaps="0,2,0,2" UseGDT="0" FontName="BUTTONFONT" />
  23.                         <ButtonControl CID="IDC_BUTTON2" Text="" ButtonControlType="framebitmap" Image="buttonframe.bmp" Split="-3" ControlColor="white" Align="top" Height="30" TextAlign="vcenter,hcenter,singleline" InnerGaps="0,0,0,0" Gaps="0,2,0,2" UseGDT="0" FontName="BUTTONFONT" />
  24.                         <ButtonControl CID="IDC_BUTTON3" Text="" ButtonControlType="framebitmap" Image="buttonframe.bmp" Split="-3" ControlColor="white" Align="top" Height="30" TextAlign="vcenter,hcenter,singleline" InnerGaps="0,0,0,0" Gaps="0,2,0,2" UseGDT="0" FontName="BUTTONFONT" />
  25.                         <ButtonControl CID="IDC_BUTTON4" Text="" ButtonControlType="framebitmap" Image="buttonframe.bmp" Split="-3" ControlColor="white" Align="top" Height="30" TextAlign="vcenter,hcenter,singleline" InnerGaps="0,0,0,0" Gaps="0,2,0,2" UseGDT="0" FontName="BUTTONFONT" />
  26.                         <ButtonControl CID="IDC_BUTTON5" Text="" ButtonControlType="framebitmap" Image="buttonframe.bmp" Split="-3" ControlColor="white" Align="top" Height="30" TextAlign="vcenter,hcenter,singleline" InnerGaps="0,0,0,0" Gaps="0,2,0,2" UseGDT="0" FontName="BUTTONFONT" />
  27.                         <ButtonControl CID="IDC_BUTTON6" Text="" ButtonControlType="framebitmap" Image="buttonframe.bmp" Split="-3" ControlColor="white" Align="top" Height="30" TextAlign="vcenter,hcenter,singleline" InnerGaps="0,0,0,0" Gaps="0,2,0,2" UseGDT="0" FontName="BUTTONFONT" />
  28.                     </StaticControl>
  29.  
  30.                 </StaticControl>
  31.  
  32.             </StaticControl>
  33.  
  34.         </ControlDefine>
  35.     </SkinWindow>
  36. </GXSkin>
  37.  
  38.